home *** CD-ROM | disk | FTP | other *** search
Text File | 1996-02-25 | 653 b | 25 lines | [TEXT/CWIE] |
- //========================================================================================
- // Release Version: $ ODF 1 $
- // Copyright: (c) 1993 - 1996 by Apple Computer, Inc., all rights reserved.
- //========================================================================================
-
- #ifndef FWRESFIL_K
- #include "FWResFil.k"
- #endif
-
- #ifndef DEFINES_K
- #include "Defines.k"
- #endif
-
- #ifndef FWMENUS_FR
- #include "FWMenus.fr"
- #endif
-
- //========================================================================================
- resource FW_kMULTISTRING (kUndoStringsID)
- {
- kUndoMakePizzaMsg, "Undo Make Pizza";
- kRedoMakePizzaMsg, "Redo Make Pizza";
- }
-
-